home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / filcmp.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  50 lines

  1. Version Detective   Antic December, 1988
  2.  
  3. (synopsis)
  4.  
  5.  Version Detective is a Basic utility which will compare two files, at
  6. machine language speeds, and let you know whether or not they are
  7. identical. This is an extremely useful utility for BBS Sysops (who may
  8. find themselves confronted with several files that have the same
  9. name), and programmers (who may not be sure whether two files contain
  10. the same version of a program.)
  11.  
  12.  The program works with ANY type of file. It will compare pairs of
  13. files written in any programming language, text editor, or word
  14. processor. And there is NO LIMIT to the length of the files. In
  15. several tests, Version Detective compared 200 sector disk files in
  16. less than 90 seconds.
  17.  
  18.  GETTING STARTED
  19.  
  20.  When RUN, Version Detective will display a disk directory and ask you
  21. for the name of the first file to compare. If your file is on Drive
  22. #1, you needn't type the "D1:" prefix. Just type the filename and
  23. RETURN. If on another drive, include the Drive number.
  24.  If you need to see a directory of another disk, place it in Drive 1
  25. and press RETURN. Version Detective will display a fresh directory and
  26. then ask you for the second filename.
  27.  
  28.  Version Detective will quickly compare the two files byte-by-byte and
  29. STOP when it finds the first mismatch. If will also tell you if one
  30. file is longer than the other.
  31.  
  32.  When the first mismatch occurs, Version Detective displays the
  33. mismatch in a pair of error windows. Each window shows a 256 byte
  34. block of the file. The left window corresponds to the first file, the
  35. right window shows the second file.
  36.  Each window is approximately 19 characters wide, and 14 characters
  37. tall. Any [RETURN] symbols will make the window taller. If your file
  38. has an abundance of [RETURN]s, the tops of your error windows may
  39. scroll off the top of the screen.
  40.  The mismatched byte is displayed below it's corresponding error
  41. window. Version Detective tells you the location of the mismatch in
  42. the file, as well as location in the error window. For example, a
  43. sample error reported might read: "Mismatch at byte #515, (Byte #3 in
  44. the error window.")
  45.  
  46.  (bio) Rochester, New York physician Jeffrey Summers is also the
  47. author of the ANTIC DATA-X Data Base.
  48.  
  49.  
  50.